home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
US Army & The Korean War
/
US Army & The Korean War - Disc 1.iso
/
mac
/
Reader
/
AcroRd32.exe
/
EXVW
/
10018
< prev
next >
Wrap
Text File
|
2001-09-24
|
723b
|
27 lines
dialog(name: '$$$/Dialogs/NoteProps')
{
view(align_children: align_center)
{
view(align_children: align_right)
{
view(align_children: align_row)
{
static_text(name: '$$$/Dialogs/NoteProps/Author');
edit_text(item_id: 'auth', width: max_char_width() * 20);
}
view(align_children: align_row)
{
static_text(name: '$$$/Dialogs/NoteProps/Color');
user_item(item_id: 'colr', width: max_char_width() * 2, height: 16);
user_item(width: max_char_width() * 16, height: 32);
}
view(align_children: align_row)
{
static_text(name: '$$$/Dialogs/NoteProps/Date');
static_text(item_id: 'date', width: max_char_width() * 20);
}
}
ok_cancel();
}
}